home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
AspectRatioGraphicsChange.m
< prev
next >
Wrap
Text File
|
1992-02-09
|
441b
|
20 lines
#import "drawundo.h"
@interface AspectRatioGraphicsChange(PrivateMethods)
@end
@implementation AspectRatioGraphicsChange
- (const char *)changeName
{
return NXLocalStringFromTable("Operations", "Natural Size", NULL, "The operation of returning a graphical entity to its natural aspect ratio, e.g., an oval becomes a circle, a rectangle becomes a square.");
}
- changeDetailClass
{
return [DimensionsChangeDetail class];
}
@end